home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shore_siege.swf / scripts / DefineButton2_142 / BUTTONCONDACTION on(release).as next >
Text File  |  2011-08-19  |  139b  |  7 lines

  1. on(release){
  2.    _root.turretActive = true;
  3.    _parent.W_T._alpha = 100;
  4.    _parent.HUDBAR.W_T._alpha = 30;
  5.    _root.money -= 2000;
  6. }
  7.